home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / fmgrd209 / fmguard.sys < prev    next >
Text File  |  1996-04-04  |  12KB  |  353 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;
  3. ;; File Manager Guard Configuration file
  4. ;;
  5. ;; Copyright (c) Chaosoft, 1994-96. All rights reserved
  6. ;;
  7. ;; You may modify the contents of the file to make it suitable for
  8. ;; your needs.
  9. ;;
  10. ;; This file may be redistributed ONLY in its unmodified form and
  11. ;; ONLY as a part of the original FM Guard software package.
  12. ;; --------------------------------------------------------------
  13. ;; Please refer to files README.TXT and MANUAL.TXT of the FM Guard 
  14. ;; package for information on how to properly install and use FM Guard.
  15. ;;
  16. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  17.  
  18. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  19. ;;
  20. ;; Your registration information.  After you register your copy of
  21. ;; FM Guard, you receive a unique Registration Code, that should be
  22. ;; entered below along with the name the software is registered to
  23. ;; (EXACTLY as they appear on your Registration Acknowledgement,
  24. ;; including proper number of spaces between the words (please don't
  25. ;; use TAB key instead) and using proper letter case (upper or lower):
  26.  
  27.    UserName     =
  28.  
  29.    RegNum       =
  30.  
  31. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  32. ;;
  33. ;; Password. Enter the number generated by the PASSWORD utility
  34. ;; for your new password here. This command has no effect if
  35. ;; the registration information above is missing or invalid.
  36.  
  37.    Password     =
  38.  
  39. ;; The only difference between registered and unregistered
  40. ;; versions of FM Guard is the password protection of the
  41. ;; command 'Guard - Disable'. Please see file README.TXT for
  42. ;; information on how to register FM Guard.
  43. ;;
  44. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  45.  
  46. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  47. ;;
  48. ;; General restrictions.
  49. ;;
  50.  
  51. ;; preventing from exiting File Manager:
  52.  
  53.    NoClose    = OFF
  54.  
  55. ;; disabling 'Save Settings on Exit':
  56.  
  57.    NoSaveSettings = ON
  58.  
  59. ;;;;;;;;;;;;;;;;;;;;; New for FM Guard ver. 2.03 ;;;;;;;;;;;;;;;;
  60. ;; preventing from running programs via double-clicking a file in
  61. ;; File Manager:
  62.  
  63.    NoExecute = ON
  64.  
  65. ;; Comment: the NoExecute command does NOT prevent opening associated
  66. ;; documents via double-clicking a file in File Manager. Use the
  67. ;; NoOpen=ON command (see below in this file, section NoFileMenu)
  68. ;; to disable opening associated documents as well). Also, use
  69. ;; NoRun=ON to disable the 'File-Run' command of File Manager.
  70. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  71.  
  72. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  73. ;; disabling drag and drop mechanism (otherwise the user could run
  74. ;; programs dragging them from File Manager and dropping them in
  75. ;; Program Manager):
  76.  
  77.    NoDragDrop    = ON
  78.  
  79. ;; NOTE: NoDragDrop = ON also disables all the other 'drag-n-drop'
  80. ;; operations: copying and moving files, etc. A user is still able to
  81. ;; use menu commands to perform these operations (unless they are
  82. ;; disabled explicitly; see below in this file).
  83. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  84.  
  85. ;; preventing from changing the position of File Manager window on
  86. ;; the screen:
  87.  
  88.    NoMoveSize   = ON
  89.    NoMinimize   = OFF
  90.    NoMaximize    = OFF
  91.  
  92. ;; preventing from launching Task Manager from the System Menu:
  93.  
  94.    NoSwitch     = OFF
  95.  
  96. ;; preventing from changing positions of the child windows of
  97. ;; File Manager (those that display file and directory listings):
  98.  
  99.    NoMoveSizeMDI = ON
  100.    NoMinimizeMDI = OFF
  101.    NoMaximizeMDI = OFF
  102.    NoNextMDI     = OFF
  103.  
  104. ;; preventing from closing any child window in File Manager
  105.  
  106.    NoCloseMDI    = OFF
  107.  
  108. ;; preventing from opening any new child windows (including the
  109. ;; result of the 'File - Search' command!)
  110.  
  111.    NoOpenMDI     = OFF
  112.  
  113. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  114. ;;
  115. ;; Drive access.
  116.  
  117. ;; preventing the user from changing the drives displayed in child
  118. ;; windows (however, moving around the directories on the drive currently
  119. ;; displayed in a window is still possible):
  120.  
  121.    NoChangeDrive = OFF
  122.  
  123. ;; list below the drives you want to prevent the access to (as an
  124. ;; argument to the NoDrive command). For instance, to disable access
  125. ;; to drives C, H, and Z, specify: NoDrive = CHZ
  126. ;;
  127. ;; Starting from FM Guard ver.2.00 the access to the drives via Common
  128. ;; Dialogs will be restricted by this command as well.
  129.  
  130.    NoDrive =
  131.  
  132. ;; NOTE: sometimes after an attempt to access a 'prohibited' drive
  133. ;; File Manager displays no files in windows assigned to 'permitted'
  134. ;; drives. To work this problem around, one should choose 'View -By
  135. ;; File Type' from the File Manager menu and restore the filter of
  136. ;; file names (*.* usually) in the dialog box.
  137. ;;
  138. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  139.  
  140. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  141. ;;
  142. ;; Restricting Dialog Boxes of File Manager.
  143. ;;
  144. ;; Use the following commands to disable editing fields in the
  145. ;; corresponding dialog boxes. The user will be able to use the
  146. ;; commands to manage his own files (by highlighting them in File
  147. ;; Manager), but will not be able to type anything in the editing
  148. ;; fields.
  149.  
  150.         NoDeleteEdit    = ON
  151.         NoRunEdit       = ON
  152.         NoMoveEdit      = ON
  153.         NoCopyEdit      = ON
  154.         NoRenameEdit    = ON
  155.         NoSearchDirEdit = ON
  156.         NoSearchAllSubDirs = ON
  157.         NoPrintEdit     = ON
  158.  
  159. ;; the following command disables the 'Show System/Hidden files'
  160. ;; checkbox in the 'File-By File Type' dialog box:
  161.  
  162.         NoShowSystemHiddenFiles = ON
  163.  
  164. ;; the following commands prevents one from modifying file
  165. ;; attributes using the 'File-Properties' command:
  166.  
  167.         NoAttributesEdit = ON
  168.  
  169. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  170. ;;
  171. ;; Menu stuff.
  172. ;;
  173. ;; Use 'NoGrayedMenus' to control the effect of NoFileMenu,
  174. ;; NoDiskMenu, NoTreeMenu, NoViewMenu, NoOptionsMenu, NoWindowMenu,
  175. ;; NoHelpMenu, NoStepUpMenu, and NoToolbarMenu commands.
  176. ;;
  177. ;; If 'NoGrayedMenus = ON' is specified, then the corresponding
  178. ;; submenu is removed from the menu bar if the NoFileMenu=ON (or other
  179. ;; command from the list above) is used. Otherwise, if
  180. ;; 'NoGrayedMenus=OFF' is specified, the submenu is 'grayed', but not
  181. ;; removed from the menu bar.
  182.  
  183.    NoGrayedMenus = OFF
  184.  
  185. ;; Use 'NoFileMenu=ON' to disable the 'File' submenu in the menu ;; bar
  186. ;; of File Manager. The individual commands of the 'File' submenu will also
  187. ;; become unaccessible, even through keyboard.
  188. ;;
  189. ;; The same rules apply to all the other menu items in the main
  190. ;; menu of File Manager.
  191.  
  192.    NoFileMenu = OFF
  193.  
  194.         NoOpen          = OFF
  195.         NoMove          = OFF
  196.         NoCopy          = ON
  197.         NoDelete        = OFF
  198.         NoUndelete      = OFF
  199.         NoRename        = OFF
  200.         NoProperties    = OFF
  201.         NoRun           = ON
  202.         NoPrint         = OFF
  203.         NoAssociate     = ON
  204.         NoCreateDir     = OFF
  205.         NoSearch        = OFF
  206.         NoSelect        = OFF
  207.  
  208.         ;; use NoClose = ON at the beginning of this file
  209.         ;; to disable Exit command
  210.  
  211.    NoDiskMenu = OFF
  212.  
  213.         NoCopyDisk      = OFF
  214.         NoLabelDisk     = OFF
  215.         NoFormatDisk    = OFF
  216.         NoMakeSystemDisk= ON
  217.         NoSelectDrive   = OFF
  218.  
  219.    NoTreeMenu = ON
  220.  
  221.         NoExpOneLevel   = ON
  222.         NoExpBranch     = ON
  223.         NoExpAll        = ON
  224.         NoCollapse      = ON
  225.         NoIndicateExp   = ON
  226.  
  227.    NoViewMenu = OFF
  228.  
  229.         NoTreeDir       = OFF
  230.         NoDetails       = OFF
  231.         NoSplit         = OFF
  232.         NoSort          = OFF
  233.         NoByFileType    = OFF
  234.  
  235.    NoOptionsMenu = OFF
  236.  
  237.         ;; Note: the switches below disable only the corresponding
  238.         ;; menu items, preventing from using it; they don't affect
  239.         ;; the current settings. For instance, NoStatusBar=ON does not
  240.         ;; hide the status bar if it's shown, but prevents from
  241.         ;; changing its visibility instead.
  242.         
  243.         NoConfirmation  = OFF
  244.         NoFont          = OFF
  245.         NoStatusBar     = ON
  246.         NoMinimizeOnUse = OFF
  247.  
  248.         ;; the following commands make sense only when using
  249.         ;; Windows for Workgroups 3.11:
  250.  
  251.         NoCustomizeToolBar = ON
  252.         NoToolBar       = ON
  253.         NoDriveBar      = ON
  254.  
  255.         ;; Use NoSaveSettings switch at the beginning of the file
  256.         ;; to control the 'Save settings on Exit' switch
  257.  
  258.   ;; Note: there are no switches controlling individual commands
  259.   ;; of the Window and Help submenus; use the following commands
  260.   ;; to remove them from menu bar instead
  261.  
  262.   NoWindowMenu  = ON
  263.   NoHelpMenu    = ON
  264.  
  265. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  266. ;;
  267. ;;      Network stuff.
  268. ;;
  269. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  270.  
  271. ;; disabling access to 'Network Connections...'
  272.  
  273.    NoNetwork             = ON
  274.  
  275. ;; disabling access to 'View Shared Directories...'
  276.  
  277.    NoViewShared          = ON
  278.  
  279. ;; disabling access to 'Share Directory'
  280.  
  281.    NoShareDir            = ON
  282.  
  283. ;; disabling access to 'Stop Sharing Directory'
  284.  
  285.    NoStopShareDir        = ON
  286.  
  287. ;; disabling access to 'Connect to a network drive'
  288.  
  289.    NoConnect             = ON
  290.  
  291. ;; disabling access to 'Disconnect from a network drive'
  292.  
  293.    NoDisconnect          = ON
  294.  
  295. ;; disabling access to 'Open new on connect'
  296.  
  297.    NoOpenOnConnect       = ON
  298.  
  299. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  300. ;;
  301. ;; New commands, introduced in version 2.00. They are ignored 
  302. ;; by any previous version of FM Guard.
  303. ;;
  304.  
  305. ;; Removing the 'StepUp' menu item from menu bar (if you are using
  306. ;; FM StepUp, of course)
  307.  
  308.    NoStepUpMenu  = OFF
  309.  
  310. ;; ditto for the 'Toolbar' menu
  311.  
  312.    NoToolbarMenu = OFF
  313.  
  314. ;; Hiding the 'Guard' menu item in the menu bar. This command has
  315. ;; NO EFFECT until you register your copy of FM Guard. Please see
  316. ;; README.TXT for information on how to register this software.
  317. ;;
  318. ;; Note:the NoGrayedMenus command has no effect on the
  319. ;;      NoGuardMenu command. If NoGuardMenu=ON is specified, the 'Guard'
  320. ;;      submenu is always deleted from the menu bar.
  321. ;;
  322. ;; CAUTION: if you set it 'ON', you won't be able to disable FM Guard
  323. ;;        by entering a password, and, if you follow the recommended
  324. ;;        steps described in section 3.1 of README.TXT, you may have
  325. ;;        hard time disabling FM Guard at all. Use this command
  326. ;;        only after having tested your Windows and FM Guard
  327. ;;        configurations and making sure everything is set up the way
  328. ;;        you want it!
  329.  
  330.    NoGuardMenu   = OFF
  331.  
  332. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  333. ;;
  334. ;; Processing a local configuration file.
  335.  
  336.    ProcessLocalFile = OFF
  337.  
  338. ;; If this option is turned on, an additional file with
  339. ;; restrictions for FM Guard, which location is specified by the
  340. ;; entry 'fmguard=<disk:\DOS-path\filename.ext>' of the [windows]
  341. ;; section in the WIN.INI file, is analyzed and all its restricting
  342. ;; commands are used instead of the corresponding commands from this
  343. ;; file. The only commands which are ignored in the local file are
  344. ;; 'UserName', 'RegNum', and 'ProcessLocalFile'. BE SURE to comment
  345. ;; out those entries in the local configuration file which you don't
  346. ;; want to be overriden.
  347. ;;
  348. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  349.  
  350. ;; end of the FM Guard configuration file.
  351. ;;
  352. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  353.